IMAGE FILE EXIST

This command checks the existence of an image file.

  Syntax
Return Integer=IMAGE FILE EXIST(Filename)
  Parameters
Filename
String
The filename of the image file to check for.

  Returns

A value of one indicates the file exists, either physically or inside the image block and is available to load, whereas a value of zero means the file does not exist.

  Description

This command differs from FILE EXIST in that it will also check any open image blocks and confirm the file exists if the file data exists virtually inside the image block.

  Example Code
No example code is provided for this command
  See also

IMAGE Commands Menu
Index